home *** CD-ROM | disk | FTP | other *** search
/ The Essential Home & Business Collection / The Essential Home & Business Collection.iso / 04 / 0 / 5 / AUTOEXEC.TXT < prev    next >
Text File  |  1988-09-21  |  742b  |  32 lines

  1. REM  This is a sample of the commands that would be added to the
  2. REM  AUTOEXEC.BAT file to execute PC-DeskTeam.
  3. REM
  4. REM  Add the following command if you are using a monochrome monitor on
  5. REM  a graphics card:
  6.  
  7. MODE BW80
  8.  
  9. REM  Add the following commands to run PC-DeskTeam on a diskette system:
  10.  
  11. A:DESKTEAM /M
  12.  
  13. REM  Add the following commands if you want to run the CALENDAR program:
  14.  
  15. ECHO OFF
  16. A:CALENDAR
  17. ECHO ON
  18.  
  19. REM  Add the following commands to run PC-DeskTeam on a hard disk system:
  20.  
  21. CD C:\DESKTEAM
  22. DESKTEAM /M
  23. ECHO OFF
  24. CALENDAR
  25. ECHO ON
  26.  
  27. REM  If you are using a printer on a serial port add the following comamnds
  28. REM  to your file:  (It assumes COM1 at 2400 baud)
  29.  
  30. MODE COM1:2400,N,7,2,P
  31. MODE LPT1:=COM1
  32.